home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 November / PCU1104CD2.iso / software / full / Smart / files / smart7.exe / {app} / SmartPix.exe / 0 / RCDATA / TDLGHTMLIMAGES / TDLGHTMLIMAGES.txt
Encoding:
Text File  |  2004-06-12  |  3.4 KB  |  158 lines

  1. object dlgHTMLImages: TdlgHTMLImages
  2.   Left = 211
  3.   Top = 99
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'HTML Images'
  7.   ClientHeight = 192
  8.   ClientWidth = 411
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 396
  23.     Height = 145
  24.     Shape = bsFrame
  25.   end
  26.   object Label43: TLabel
  27.     Left = 16
  28.     Top = 22
  29.     Width = 242
  30.     Height = 13
  31.     Caption = 'Specify the images to use for your navigation Links:'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     Layout = tlCenter
  39.   end
  40.   object Label8: TLabel
  41.     Left = 24
  42.     Top = 51
  43.     Width = 72
  44.     Height = 13
  45.     Caption = 'Previous Page:'
  46.   end
  47.   object Label14: TLabel
  48.     Left = 24
  49.     Top = 84
  50.     Width = 53
  51.     Height = 13
  52.     Caption = 'Next Page:'
  53.   end
  54.   object lblSSImage: TLabel
  55.     Left = 24
  56.     Top = 117
  57.     Width = 51
  58.     Height = 13
  59.     Caption = 'Slideshow:'
  60.   end
  61.   object edtpreviousfile: TEdit
  62.     Left = 100
  63.     Top = 47
  64.     Width = 205
  65.     Height = 21
  66.     Hint = 'The image that will be used for going to the previous page'
  67.     TabStop = False
  68.     ParentShowHint = False
  69.     ReadOnly = True
  70.     ShowHint = True
  71.     TabOrder = 0
  72.   end
  73.   object edtnextfile: TEdit
  74.     Left = 100
  75.     Top = 80
  76.     Width = 205
  77.     Height = 21
  78.     Hint = 'The image that will be used for going to the next page'
  79.     TabStop = False
  80.     ParentShowHint = False
  81.     ReadOnly = True
  82.     ShowHint = True
  83.     TabOrder = 2
  84.   end
  85.   object edtSSImage: TEdit
  86.     Left = 100
  87.     Top = 113
  88.     Width = 205
  89.     Height = 21
  90.     Hint = 'The image that will be used to link to the image slideshow'
  91.     TabStop = False
  92.     ParentShowHint = False
  93.     ReadOnly = True
  94.     ShowHint = True
  95.     TabOrder = 4
  96.   end
  97.   object btnSSImage: TXILBitBtn
  98.     Left = 310
  99.     Top = 111
  100.     Width = 81
  101.     Height = 25
  102.     Hint = 
  103.       'Click here to select an image to use to link to the image slides' +
  104.       'how'
  105.     HelpContext = 96
  106.     Caption = 'Browse..'
  107.     ParentShowHint = False
  108.     ShowHint = True
  109.     TabOrder = 5
  110.     OnClick = btnpreviousbrowseClick
  111.     Spacing = 2
  112.     Images = frmMain.imgXILButtons
  113.     ImageIndex = 9
  114.   end
  115.   object btnnextbrowse: TXILBitBtn
  116.     Left = 310
  117.     Top = 78
  118.     Width = 81
  119.     Height = 25
  120.     Hint = 'Click here to select an image to use as the next page link'
  121.     HelpContext = 96
  122.     Caption = 'Browse..'
  123.     ParentShowHint = False
  124.     ShowHint = True
  125.     TabOrder = 3
  126.     OnClick = btnpreviousbrowseClick
  127.     Spacing = 2
  128.     Images = frmMain.imgXILButtons
  129.     ImageIndex = 9
  130.   end
  131.   object btnpreviousbrowse: TXILBitBtn
  132.     Left = 310
  133.     Top = 45
  134.     Width = 81
  135.     Height = 25
  136.     Hint = 'Click here to select an image to use as the previous page link'
  137.     HelpContext = 96
  138.     Caption = 'Browse..'
  139.     ParentShowHint = False
  140.     ShowHint = True
  141.     TabOrder = 1
  142.     OnClick = btnpreviousbrowseClick
  143.     Spacing = 2
  144.     Images = frmMain.imgXILButtons
  145.     ImageIndex = 9
  146.   end
  147.   object btnClose: TXILBitBtn
  148.     Left = 320
  149.     Top = 160
  150.     Width = 83
  151.     Height = 25
  152.     TabOrder = 6
  153.     Images = frmMain.imgXILButtons
  154.     ImageIndex = 5
  155.     Kind = bkClose
  156.   end
  157. end
  158.